home *** CD-ROM | disk | FTP | other *** search
- object UniConvForm: TUniConvForm
- Left = 705
- Top = 252
- AutoScroll = False
- BorderIcons = []
- Caption = 'Document encoding'
- ClientHeight = 333
- ClientWidth = 312
- Color = clBtnFace
- Constraints.MinHeight = 360
- Constraints.MinWidth = 320
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object InfoShape: TShape
- Left = 8
- Top = 8
- Width = 297
- Height = 60
- Anchors = [akLeft, akTop, akRight]
- Brush.Color = clInfoBk
- end
- object NameLabel: TTntLabel
- Left = 8
- Top = 72
- Width = 45
- Height = 13
- Caption = '&File name'
- FocusControl = FileEdit
- end
- object IncLabel: TTntLabel
- Left = 12
- Top = 12
- Width = 288
- Height = 48
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption =
- 'One or more file in imported checksum file has foreign character' +
- 's in those name(s). Please select appropriate encoding for thos' +
- 'e characters.'
- Color = clInfoBk
- ParentColor = False
- Transparent = True
- WordWrap = True
- end
- object FileEdit: TTntEdit
- Left = 8
- Top = 88
- Width = 296
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object EncGroup: TRadioGroup
- Left = 8
- Top = 120
- Width = 161
- Height = 113
- Caption = 'Encoding'
- Items.Strings = (
- 'UTF-8'
- 'Default ANSI (Windows)'
- 'Default OEM (DOS)'
- 'Default MAC (Macintosh)'
- 'Specified')
- TabOrder = 1
- OnClick = EncGroupClick
- end
- object EncList: TTntListBox
- Left = 184
- Top = 124
- Width = 121
- Height = 173
- Anchors = [akLeft, akTop, akRight, akBottom]
- ItemHeight = 13
- Items.WideStrings = (
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '8'
- '90'
- '`'
- '12'
- '33'
- '45'
- '46'
- '56'
- '56'
- '5'
- '6'
- '67'
- '6'
- '76'
- '765')
- TabOrder = 2
- OnClick = EncListClick
- end
- object SaveBox: TTntCheckBox
- Left = 8
- Top = 240
- Width = 161
- Height = 17
- Caption = 'Don'#39't ask me more ...'
- TabOrder = 3
- OnClick = SaveBoxClick
- end
- object OKButton: TTntButton
- Left = 8
- Top = 296
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object NeverBox: TTntCheckBox
- Left = 24
- Top = 264
- Width = 145
- Height = 17
- Caption = 'Don'#39't ask me never...'
- TabOrder = 5
- end
- object CancelButton: TTntButton
- Left = 96
- Top = 296
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- end
- object ShowCodeBox: TTntCheckBox
- Left = 184
- Top = 304
- Width = 97
- Height = 17
- Caption = 'Show codes'
- TabOrder = 7
- OnClick = ShowCodeBoxClick
- end
- end
-